home *** CD-ROM | disk | FTP | other *** search
/ This Disc Bytes! / Power Computing - The Disc 2 - This Disc Bytes.ISO / pc / jaz_tour / main.dxr / 00011_Script_Cancel button (score) < prev    next >
Text File  |  1995-10-25  |  317b  |  15 lines

  1. on mouseDown
  2.   global gCancelSprite
  3.   set the castNum of sprite gCancelSprite to the number of cast "Cancel.hl"
  4.   updateStage
  5. end
  6.  
  7.  
  8. on mouseUp
  9.   global gCancelSprite
  10.   set the castNum of sprite gCancelSprite to the number of cast "Cancel.nm"
  11.   updateStage
  12.   if rollover(4) then
  13.     quit
  14.   end if    
  15. end